/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

*
{
	margin: 0;
	padding: 0;

}

body {
	width: 890px;
	font-size: 11px;
	font-family: 'Istok Web', sans-serif;
	background: #fff;
	font-color: #000;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #888; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #888; }
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    width: 250px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	font-color: #888;
	padding: 4px 0px 0px 0px;
}

#menu ul {
	list-style: none;
	margin: 0px 0 10px 0;

}

#menu ul li.section-title {
		font-size: 13px;
		font-family: 'Istok Web', sans-serif;
		margin: 8px 0 0px 0;
		padding: 2px 0px 2px 0px;
 }

#content {
    height: 100%;
    margin: 0 0 0 250px;
    top: 0;
	padding: 4px 0px 0px 0px;

}

.container {
    padding: 5px 5px 0px 12px;
}

#content p { width: 720px; margin-bottom: 0px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 18px; 
	font-color: #000;
	}
h2 { font-size: 18px;
	font-weight:400;
	 }
h3 { font-size: 13px; 
		font-color: #000;
		font-weight:400;
		font-color: #888;
		}
h4 { font-size: 12px; }
h5 { font-size: 10px; 
	 font-weight:200;
	 color: #B4B4B4
	 }

#img-container	{ margin: 0; padding: 0px 0px 0px 0px; }
#img-container p	{ width: 720px; margin: 0; padding: 0px 0px 13px 0px; }

#slideshow img { display: none }
#slideshow img.first { display: block }

< div id="slideshow">
¬†¬†¬†¬†< img src="image1.jpg" width="200" height="200" class="first" />
¬†¬†¬†¬†< img src="image2.jpg" width="200" height="200" />
¬†¬†¬†¬†< img src="image3.jpg" width="200" height="200" />
< /div>

#once { clear: left; }

